home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Main.bin / LocaleElements_mk.java < prev    next >
Text File  |  1998-09-22  |  12KB  |  276 lines

  1. /*
  2.  * @(#)LocaleElements_mk.java    1.11 98/01/13
  3.  *
  4.  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  5.  * (C) Copyright IBM Corp. 1996, 1997 - All Rights Reserved
  6.  *
  7.  * Portions copyright (c) 1996 Sun Microsystems, Inc. All Rights Reserved.
  8.  *
  9.  *   The original version of this source code and documentation is copyrighted
  10.  * and owned by Taligent, Inc., a wholly-owned subsidiary of IBM. These
  11.  * materials are provided under terms of a License Agreement between Taligent
  12.  * and Sun. This technology is protected by multiple US and International
  13.  * patents. This notice and attribution to Taligent may not be removed.
  14.  *   Taligent is a registered trademark of Taligent, Inc.
  15.  *
  16.  * Permission to use, copy, modify, and distribute this software
  17.  * and its documentation for NON-COMMERCIAL purposes and without
  18.  * fee is hereby granted provided that this copyright notice
  19.  * appears in all copies. Please refer to the file "copyright.html"
  20.  * for further important copyright and licensing information.
  21.  *
  22.  * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
  23.  * THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
  24.  * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  25.  * PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR
  26.  * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
  27.  * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
  28.  *
  29.  */
  30.  
  31. /**
  32.  *
  33.  * Table of Java supplied standard locale elements
  34.  *
  35.  * automatically generated by java LocaleTool LocaleElements.java
  36.  *
  37.  * Date Created: Wed Aug 21 15:47:57  1996
  38.  *
  39.  *     Locale Elements and Patterns:  last update 10/23/96
  40.  *
  41.  *
  42.  */
  43.  
  44. // WARNING : the format of this file will change in the future!
  45.  
  46. package java.text.resources;
  47.  
  48. import java.util.ListResourceBundle;
  49.  
  50. public class LocaleElements_mk extends ListResourceBundle {
  51.     /**
  52.      * Overrides ListResourceBundle
  53.      */
  54.     public Object[][] getContents() {
  55.         return new Object[][] {
  56.             { "LocaleString", "mk_MK" }, // locale id based on iso codes
  57.             { "LocaleID", "042f" }, // Windows id
  58.             { "ShortLanguage", "mkd" }, // iso-3 abbrev lang name
  59.             { "ShortCountry", "MKD" }, // iso-3 abbrev country name
  60.             { "Languages", // language names
  61.                 new String[][] {
  62.                     { "mk", "\u043c\u0430\u043a\u0435\u0434\u043e\u034d\u0441\u043a\u0438" }
  63.                 }
  64.             },
  65.             { "Countries", // country names
  66.                 new String[][] {
  67.                     { "MK", "\u041c\u0430\u043a\u0435\u0434\u043e\u043d\u0438\u0458\u0430" }
  68.                 }
  69.             },
  70.             { "MonthNames",
  71.                 new String[] {
  72.                     "\u0458\u0430\u043d\u0443\u0430\u0440\u0438", // january
  73.                     "\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438", // february
  74.                     "\u043c\u0430\u0440\u0442", // march
  75.                     "\u0430\u043f\u0440\u0438\u043b", // april
  76.                     "\u043c\u0430\u0458", // may
  77.                     "\u0458\u0443\u043d\u0438", // june
  78.                     "\u0458\u0443\u043b\u0438", // july
  79.                     "\u0430\u0432\u0433\u0443\u0441\u0442", // august
  80.                     "\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", // september
  81.                     "\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", // october
  82.                     "\u043d\u043e\u0435\u043c\u0432\u0440\u0438", // november
  83.                     "\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438", // december
  84.                     "" // month 13 if applicable
  85.                 }
  86.             },
  87.             { "MonthAbbreviations",
  88.                 new String[] {
  89.                     "\u0458\u0430\u043d.", // abb january
  90.                     "\u0444\u0435\u0432.", // abb february
  91.                     "\u043c\u0430\u0440.", // abb march
  92.                     "\u0430\u043f\u0440.", // abb april
  93.                     "\u043c\u0430\u0458.", // abb may
  94.                     "\u0458\u0443\u043d.", // abb june
  95.                     "\u0458\u0443\u043b.", // abb july
  96.                     "\u0430\u0432\u0433.", // abb august
  97.                     "\u0441\u0435\u043f\u0442.", // abb september
  98.                     "\u043e\u043a\u0442.", // abb october
  99.                     "\u043d\u043e\u0435\u043c.", // abb november
  100.                     "\u0434\u0435\u043a\u0435\u043c.", // abb december
  101.                     "" // abb month 13 if applicable
  102.                 }
  103.             },
  104.             { "DayNames",
  105.                 new String[] {
  106.                     "\u043d\u0435\u0434\u0435\u043b\u0430", // Sunday
  107.                     "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a", // Monday
  108.                     "\u0432\u0442\u043e\u0440\u043d\u0438\u043a", // Tuesday
  109.                     "\u0441\u0440\u0435\u0434\u0430", // Wednesday
  110.                     "\u0447\u0435\u0442\u0432\u0440\u0442\u043e\u043a", // Thursday
  111.                     "\u043f\u0435\u0442\u043e\u043a", // Friday
  112.                     "\u0441\u0430\u0431\u043e\u0442\u0430" // Saturday
  113.                 }
  114.             },
  115.             { "DayAbbreviations",
  116.                 new String[] {
  117.                     "\u043d\u0435\u0434.", // abb Sunday
  118.                     "\u043f\u043e\u043d.", // abb Monday
  119.                     "\u0432\u0442.", // abb Tuesday
  120.                     "\u0441\u0440\u0435.", // abb Wednesday
  121.                     "\u0447\u0435\u0442.", // abb Thursday
  122.                     "\u043f\u0435\u0442.", // abb Friday
  123.                     "\u0441\u0430\u0431." // abb Saturday
  124.                 }
  125.             },
  126.             { "Eras",
  127.                 new String[] { // era strings
  128.                     "\u043f\u0440.\u043d.\u0435.",
  129.                     "\u0430\u0435."
  130.                 }
  131.             },
  132.             { "NumberPatterns",
  133.                 new String[] {
  134.                     "#,##0.###;(#,##0.###)", // decimal pattern
  135.                     "Den #,##0.##;-Den #,##0.##", // currency pattern
  136.                     "#,##0%" // percent pattern
  137.                 }
  138.             },
  139.             { "NumberElements",
  140.                 new String[] {
  141.                     ",", // decimal separator
  142.                     ".", // group (thousands) separator
  143.                     ";", // list separator
  144.                     "%", // percent sign
  145.                     "0", // native 0 digit
  146.                     "#", // pattern digit
  147.                     "-", // minus sign
  148.                     "E", // exponential
  149.                     "\u2030", // per mille
  150.                     "\u221e", // infinity
  151.                     "\ufffd" // NaN
  152.                 }
  153.             },
  154.             { "CurrencyElements",
  155.                 new String[] {
  156.                     "Den", // local currency symbol
  157.                     "MKD", // intl currency symbol
  158.                     "," // monetary decimal separator
  159.                 }
  160.             },
  161.             { "DateTimePatterns",
  162.                 new String[] {
  163.                     "HH:mm:ss z", // full time pattern
  164.                     "HH:mm:ss z", // long time pattern
  165.                     "HH:mm:", // medium time pattern
  166.                     "HH:mm", // short time pattern
  167.                     "EEEE, d, MMMM yyyy", // full date pattern
  168.                     "d, MMMM yyyy", // long date pattern
  169.                     "d.M.yyyy", // medium date pattern
  170.                     "d.M.yy", // short date pattern
  171.                     "{1} {0}" // date-time pattern
  172.                 }
  173.             },
  174.             { "CollationElements",
  175.                 /* for MK_MK, default plus the following */
  176.  
  177.               "& 9 < \u0482 " +       // thousand sign
  178.               "& Z " +                // Arabic script sorts after Z's
  179.               "< \u0430 , \u0410" +   // a
  180.               "< \u0431 , \u0411" +   // be
  181.               "< \u0432 , \u0412" +   // ve
  182.               "< \u0433 , \u0413" +   // ghe
  183.               "; \u0491 , \u0490" +   // ghe-upturn
  184.               "; \u0495 , \u0494" +   // ghe-mid-hook
  185.               "; \u0453 , \u0403" +   // gje
  186.               "; \u0493 , \u0492" +   // ghe-stroke
  187.               "< \u0434 , \u0414" +   // de
  188.               "< \u0452 , \u0402" +   // dje
  189.               "< \u0435 , \u0415" +   // ie
  190.               "; \u04bd , \u04bc" +   // che
  191.               "; \u0451 , \u0401" +   // io
  192.               "; \u04bf , \u04be" +   // che-descender
  193.               "< \u0454 , \u0404" +   // uk ie
  194.               "< \u0436 , \u0416" +   // zhe
  195.               "; \u0497 , \u0496" +   // zhe-descender
  196.               "; \u04c2 , \u04c1" +   // zhe-breve
  197.               "< \u0437 , \u0417" +   // ze
  198.               "; \u0499 , \u0498" +   // zh-descender
  199.               "< \u0455 , \u0405" +   // dze
  200.               "< \u0438 , \u0418" +   // i
  201.               "< \u0456 , \u0406" +   // uk/bg i
  202.               "; \u04c0 " +           // palochka
  203.               "< \u0457 , \u0407" +   // uk yi
  204.               "< \u0439 , \u0419" +   // short i
  205.               "< \u0458 , \u0408" +   // je
  206.               "< \u043a , \u041a" +   // ka
  207.               "; \u049f , \u049e" +   // ka-stroke
  208.               "; \u04c4 , \u04c3" +   // ka-hook
  209.               "; \u049d , \u049c" +   // ka-vt-stroke
  210.               "; \u04a1 , \u04a0" +   // bashkir-ka
  211.               "; \u045c , \u040c" +   // kje
  212.               "; \u049b , \u049a" +   // ka-descender
  213.               "< \u043b , \u041b" +   // el
  214.               "< \u0459 , \u0409" +   // lje
  215.               "< \u043c , \u041c" +   // em
  216.               "< \u043d , \u041d" +   // en
  217.               "; \u0463 " +           // yat
  218.               "; \u04a3 , \u04a2" +   // en-descender
  219.               "; \u04a5 , \u04a4" +   // en-ghe
  220.               "; \u04bb , \u04ba" +   // shha
  221.               "; \u04c8 , \u04c7" +   // en-hook
  222.               "< \u045a , \u040a" +   // nje
  223.               "< \u043e , \u041e" +   // o
  224.               "; \u04a9 , \u04a8" +   // ha
  225.               "< \u043f , \u041f" +   // pe
  226.               "; \u04a7 , \u04a6" +   // pe-mid-hook
  227.               "< \u0440 , \u0420" +   // er
  228.               "< \u0441 , \u0421" +   // es
  229.               "; \u04ab , \u04aa" +   // es-descender
  230.               "< \u0442 , \u0422" +   // te
  231.               "; \u04ad , \u04ac" +   // te-descender
  232.               "< \u045b , \u040b" +   // tshe
  233.               "< \u0443 , \u0423" +   // u
  234.               "; \u04af , \u04ae" +   // straight u
  235.               "< \u045e , \u040e" +   // short u
  236.               "< \u04b1 , \u04b0" +   // straight u-stroke
  237.               "< \u0444 , \u0424" +   // ef
  238.               "< \u0445 , \u0425" +   // ha
  239.               "; \u04b3 , \u04b2" +   // ha-descender
  240.               "< \u0446 , \u0426" +   // tse
  241.               "; \u04b5 , \u04b4" +   // te tse
  242.               "< \u0447 , \u0427" +   // che
  243.               "; \u04b7 ; \u04b6" +   // che-descender
  244.               "; \u04b9 , \u04b8" +   // che-vt-stroke
  245.               "; \u04cc , \u04cb" +   // che
  246.               "< \u045f , \u040f" +   // dzhe
  247.               "< \u0448 , \u0428" +   // sha
  248.               "< \u0449 , \u0429" +   // shcha
  249.               "< \u044a , \u042a" +   // hard sign
  250.               "< \u044b , \u042b" +   // yeru
  251.               "< \u044c , \u042c" +   // soft sign
  252.               "< \u044d , \u042d" +   // e
  253.               "< \u044e , \u042e" +   // yu
  254.               "< \u044f , \u042f" +   // ya
  255.               "< \u0461 , \u0460" +   // omega
  256.               "< \u0462 " +           // yat
  257.               "< \u0465 , \u0464" +   // iotified e
  258.               "< \u0467 , \u0466" +   // little yus
  259.               "< \u0469 , \u0468" +   // iotified little yus
  260.               "< \u046b , \u046a" +   // big yus
  261.               "< \u046d , \u046c" +   // iotified big yus
  262.               "< \u046f , \u046e" +   // ksi
  263.               "< \u0471 , \u0470" +   // psi
  264.               "< \u0473 , \u0472" +   // fita
  265.               "< \u0475 , \u0474" +   // izhitsa
  266.               "; \u0477 , \u0476" +   // izhitsa-double-grave
  267.               "< \u0479 , \u0478" +   // uk
  268.               "< \u047b , \u047a" +   // round omega
  269.               "< \u047d , \u047c" +   // omega-titlo
  270.               "< \u047f , \u047e" +   // ot
  271.               "< \u0481 , \u0480"     // koppa
  272.             }
  273.         };
  274.     }
  275. }
  276.